Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get rid of some noise in status updates #2268

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

terrazoon
Copy link
Contributor

@terrazoon terrazoon commented Jan 16, 2025

Description

The front end is making many many redundant calls to the back end for status. Use redis to cache so that the backend only gets hit every 30 seconds.

NOTE: Some files are formatting changes only, don't know why they are there.

Security Considerations

N/A

Copy link
Contributor

@heyitsmebev heyitsmebev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this. Yeah, there's some outdated frontend code that needs to be removed and refactor when it comes to calling the server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce UI calling frequency for status updates
2 participants